Direct Integration API icon

Direct Integration API

(0 reviews)

Party Person

Sample Request

{
    "Package": {
        "Content": {
            "Application": {
                "PersonApplicant": [
                    {
                        "@HasPreviousName": "No",
                        "@Gender": "Male",
                        "@DateOfBirth": "1957-09-12",
                        "@ResidencyStatus": "Non Resident",
                        "@Citizenship": "NZ",
                        "@MaritalStatus": "Single",
                        "PrincipalForeignResidence": "NZ",
                        "PersonName": {
                            "@NameTitle": "Mr",
                            "@FirstName": "Ian",
                            "@Surname": "Abbott"
                        },
                        "Contact": {
                            "@PreferredContact": "Email",
                            "EmailAddress": {
                                "@Email": "email@email.com",
                                "@UniqueID": "e1e4f56db027"
                            },
                            "CurrentAddress": {
                                "@HousingStatus": "Own Home",
                                "@StartDate": "2021-02-10",
                                "@x_MailingAddress": "d7c56ad47d43",
                                "@x_ResidentialAddress": "d7c56ad47d43"
                            },
                            "PostSettlementAddress": {
                                "@HousingStatus": "Own Home",
                                "@x_MailingAddress": "d7c56ad47d43",
                                "@x_ResidentialAddress": "d7c56ad47d43"
                            }
                        }
                    }
                ]
            }
        }
    }
}

Detailed description of each field:
Field NameDescriptionTypePathRequiredEnumerationsNote
PersonApplicantContains applicant details where the applicant is a person, being either a borrower or a guarantor, and may be acting for a Trustobjectackage.Content.Application.PersonApplicant
PersonNameThe name of the person applicantobjectPackage.Content.Application.PersonApplicant.PersonName
@NameTitleThe name title this person uses when they are formally addressedstringPackage.Content.Application.PersonApplicant.PersonName.NameTitleYes
@FirstNameA person's first namestringPackage.Content.Application.PersonApplicant.PersonName.FirstNameYes
@MiddleNamesA person's other name. Also referred to as their 'middle name'. For example - where someone's name is Frederick Joseph Gilbert - 'Joseph' would be considered their other namestringPackage.Content.Application.PersonApplicant.PersonName.MiddleNames
@SurnameA person's surnamestringPackage.Content.Application.PersonApplicant.PersonName.SurnameYes
@KnownAsThe familiar name, nickname or preferred name by which the person wishes to be knownstringPackage.Content.Application.PersonApplicant.PersonName.KnownAs
@MothersMaidenNameThe mother's maiden name should be captured where this is used by the lender for identification purposesstringPackage.Content.Application.PersonApplicant.MothersMaidenName
@HasPreviousNameIndicates whether the person has a previous namestringPackage.Content.Application.PersonApplicant.HasPreviousName
PreviousNameThe previous name of the applicantobjectPackage.Content.Application.PersonApplicant.PreviousName
@NameTitleThe name title this person uses when they are formally addressedstringPackage.Content.Application.PersonApplicant.PreviousName.NameTitle
@FirstNameA person's first namestringPackage.Content.Application.PersonApplicant.PreviousName.FirstName
@MiddleNamesA person's other name. Also referred to as their 'middle name'. For example - where someone's name is Frederick Joseph Gilbert - 'Joseph' would be considered their other namestringPackage.Content.Application.PersonApplicant.PreviousName.MiddleNames
@SurnameA person's surnamestringPackage.Content.Application.PersonApplicant.PreviousName.Surname
@GenderIndicates the gender of the applicantstringPackage.Content.Application.PersonApplicant.GenderMale, Female, Undisclosed
@DateOfBirthCaptures the date of birth for the applicantdatePackage.Content.Application.PersonApplicant.DateOfBirthYes
@CountryOfBirthThe country in which this applicant was bornstringPackage.Content.Application.PersonApplicant.CountryOfBirth
@ResidencyStatusIndicates the applicant's residency status as either a permanent resident, temporary resident or non-residentstringPackage.Content.Application.PersonApplicant.ResidencyStatusYes
@CitizenshipThe country that the person is a citizen ofstringPackage.Content.Application.PersonApplicant.Citizenship
@MaritalStatusThe marital status of the applicant should be indicatedstringPackage.Content.Application.PersonApplicant.MaritalStatusYesSingle, Married, Seperated, De Facto, Divorced, Widowed
@PrincipalForeignResidenceThe country(ies) that the person is a resident ofstringPackage.Content.Application.PersonApplicant.PrincipalForeignResidenceYesIf residencyStatus is "Non Resident" or "Temporarily in New Zealand"
@JointStatementOfPositionFlag to indicate whether the applicant will file a joint statement of financial position with their spousestringPackage.Content.Application.PersonApplicant.JointStatementOfPosition
ContactContainer element for the applicant contact detailsobjectPackage.Content.Application.PersonApplicant.Contact
HomePhoneHome phone captures the phone number used predominantly while this person is at homeobjectPackage.Content.Application.PersonApplicant.Contact.HomePhone
@NumberThe local-dial number. For local rate, free call, satellite or similar special non-overseas numbers where the area or dialing code is not otherwise available, the full phone number. Required, allowed once onlystringPackage.Content.Application.PersonApplicant.Contact.HomePhone.NumberYesMandatory if preferred contact is home phone
@CountryCodeCaptures the international dialing code for the country in which the fixed phone number is located, e.g. "61" for Australia. Maximum length is 3 digitsstringPackage.Content.Application.PersonApplicant.Contact.HomePhone.CountryCodeYes64Mandatory if preferred contact is home phone
@NewZealandDialingCodeThe Area Code prefix for a New Zealand telephone numberstringPackage.Content.Application.PersonApplicant.Contact.HomePhone.NewZealandDialingCodeYesMandatory if preferred contact is home phone
@OverseasDialingCodeThe Dialing Code prefix for an overseas phone numberstringPackage.Content.Application.PersonApplicant.Contact.HomePhone.OverseasDialingCodeYesMandatory if preferred contact is home phone
WorkPhoneWhere an applicant has a work numberobjectPackage.Content.Application.PersonApplicant.Contact.WorkPhone
@NumberThe local-dial number. For local rate, free call, satellite or similar special non-overseas numbers where the area or dialing code is not otherwise available, the full phone number. Required, allowed once onlystringPackage.Content.Application.PersonApplicant.Contact.WorkPhone.NumberYesMandatory if preferred contact is work phone
@CountryCodeCaptures the international dialing code for the country in which the fixed phone number is located, e.g. "61" for Australia. Maximum length is 3 digitsstringPackage.Content.Application.PersonApplicant.Contact.WorkPhone.CountryCodeYes64Mandatory if preferred contact is work phone
@NewZealandDialingCodeThe Area Code prefix for a New Zealand telephone numberstringPackage.Content.Application.PersonApplicant.Contact.WorkPhone.NewZealandDialingCodeYes01,011,020,021,022,023,024,025,026,027,028,029,03,04,05,050,0508,06,07,070,08,080,0800,09,090,1,50Mandatory if preferred contact is work phone
@OverseasDialingCodeThe Dialing Code prefix for an overseas phone numberstringPackage.Content.Application.PersonApplicant.Contact.WorkPhone.OverseasDialingCodeYes01,011,020,021,022,023,024,025,026,027,028,029,03,04,05,050,0508,06,07,070,08,080,0800,09,090,1,50Mandatory if preferred contact is work phone
MobileApplicant mobile numberobjectPackage.Content.Application.PersonApplicant.Contact.Mobile
@NumberThe local-dial number. For local rate, free call, satellite or similar special non-overseas numbers where the area or dialing code is not otherwise available, the full phone number. Required, allowed once onlystringPackage.Content.Application.PersonApplicant.Contact.Mobile.NumberYesMandatory if preferred contact is mobile
@CountryCodeCaptures the international dialing code for the country in which the fixed phone number is located, e.g. "61" for Australia. Maximum length is 3 digitsstringPackage.Content.Application.PersonApplicant.Contact.Mobile.CountryCodeYes64Mandatory if preferred contact is mobile
@NewZealandDialingCodeThe Area Code prefix for a New Zealand telephone numberstringPackage.Content.Application.PersonApplicant.Contact.Mobile.NewZealandDialingCodeYesMandatory if preferred contact is mobile
@OverseasDialingCodeThe Dialing Code prefix for an overseas phone numberstringPackage.Content.Application.PersonApplicant.Contact.Mobile.OverseasDialingCodeYesMandatory if preferred contact is mobile
@PreferredContactThe preferred method for contacting this applicantstringPackage.Content.Application.PersonApplicant.Contact.PreferredContactYesEmail, Home Phone, Mobile, Work Phone
EmailAddressEmail address of the applicantobjectPackage.Content.Application.PersonApplicant.Contact.EmailAddress
@EmailAn email address for the personstringPackage.Content.Application.PersonApplicant.Contact.EmailAddress.EmailYesMandatory if preferred contact is Email
CurrentAddressThe current address details for the applicantobjectPackage.Content.Application.PersonApplicant.Contact.CurrentAddress
@x_ResidentialAddressReference to the applicant's current residential addressstringPackage.Content.Application.PersonApplicant.Contact.CurrentAddress.x_ResidentialAddressYes
@StartDateThe date that the applicant moved to the residential addressdatePackage.Content.Application.PersonApplicant.Contact.CurrentAddress.StartDateYes
@HousingStatusIndicates the housing status of this applicant e.g. Whether they are boarding, renting, own their own home, living with parents, other, etc.stringPackage.Content.Application.PersonApplicant.Contact.CurrentAddress.HousingStatusYesBoarding, Other, Own Home, Own Home Mortgage, Renting, With Parents
@x_MailingAddressReference to the applicant's current address for mailing documentsstringPackage.Content.Application.PersonApplicant.Contact.CurrentAddress.x_MailingAddressYes
PostSettlementAddressThe address details for the applicant following settlementobjectPackage.Content.Application.PersonApplicant.Contact.PostSettlementAddress
@x_ResidentialAddressReference to the applicant's residential address after settlementstringPackage.Content.Application.PersonApplicant.Contact.PostSettlementAddress.x_ResidentialAddressYes
@HousingStatusIndicates the housing status of this applicant e.g. Whether they are boarding, renting, own their own home, living with parents, other, etc.stringPackage.Content.Application.PersonApplicant.Contact.PostSettlementAddress.HousingStatusYesBoarding, Other, Own Home, Own Home Mortgage, Renting, With Parents
@x_MailingAddressReference to the applicant's address for mailing documents after settlementstringPackage.Content.Application.PersonApplicant.Contact.PostSettlementAddress.x_MailingAddressYes
PreviousAddressContainer element for an address previous to the current addressobject
@x_ResidentialAddressReference to the applicant's previous residential addressstringPackage.Content.Application.PersonApplicant.Contact.PreviousAddress.x_ResidentialAddressYesMandatory if current residential address is less than 3 yrs
@StartDateThe date that the applicant moved to this addressdatePackage.Content.Application.PersonApplicant.Contact.PreviousAddress.StartDateYesMandatory if current residential address is less than 3 yrs
@EndDateThe date that the applicant left this addressdatePackage.Content.Application.PersonApplicant.Contact.PreviousAddress.EndDateYesMandatory if current residential address is less than 3 yrs
@HousingStatusIndicates the housing status of this applicant e.g. Whether they are boarding, renting, own their own home, living with parents, other, etc.stringPackage.Content.Application.PersonApplicant.Contact.PreviousAddress.HousingStatusYesBoarding, Other, Own Home, Own Home Mortgage, Renting, With ParentsMandatory if current residential address is less than 3 yrs

Reviews